PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / generateTableOfContents Method / generateTableOfContents(PDFFlowDocumentToCSettings) Method
Settings for generating the table of contents.
In This Topic
    generateTableOfContents(PDFFlowDocumentToCSettings) Method
    In This Topic
    Generates the document's table of contents.
    Syntax
    public void generateTableOfContents( 
       PDFFlowDocumentToCSettings tocSettings
    )

    Parameters

    tocSettings
    Settings for generating the table of contents.
    Exceptions
    ExceptionDescription
    When tocSettings is null.
    See Also